home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo Prepare to print the instructions by:
- echo
- echo 1 - Making sure that there is enough paper to
- echo print the entire manual. It requires about 17 pages.
- echo
- echo 2 - Making sure your printer is ready and that the print
- echo head is directly over a page break perforation.
- echo
- echo Ready to print....................................
- echo .
- pause
- copy tmanf.doc prn
-